Release 10.1A: OpenEdge Development:
Java Open Clients
Passing Temp-tables as SQL ResultSet Parameters
Progress 4GL client procedures can pass static (
Note: You can also map and pass temp-table parameters asTABLE) or dynamic (TABLE-HANDLE) temp-table parameters to an AppServer. This is a convenient and efficient way to pass a table of relational data between the client and an OpenEdge application service. The Java Open Client provides the same capability using a SQLResultSetobject. A Java Open Client can thus pass the SQLResultSetobject as a parameter mapped to the specified temp-table parameter in the application service. The Open Client uses the same Java class to map both static and dynamic temp-table parameters. For more information on static and dynamic temp-tables, see Chapter 4, " Passing Parameters."ProDataGraphobjects. For more information, see Chapter 5, " Accessing Progress ProDataSets."The following sections provide information on:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |